startNestedScroll

Start a new nested scroll for this view.

This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild interface method with the same signature to implement the standard policy.

Return

true if a cooperating parent view was found and nested scrolling started successfully

Parameters

axes

Supported nested scroll axes. See startNestedScroll.


open fun startNestedScroll(axes: Int, type: Int): Boolean(source)

Start a new nested scroll for this view.

This is a delegate method. Call it from your View subclass method/androidx.core.view.NestedScrollingChild2 interface method with the same signature to implement the standard policy.

Return

true if a cooperating parent view was found and nested scrolling started successfully

Parameters

axes

Supported nested scroll axes. See startNestedScroll.

type

type of the scroll.